Creator Dashboard
You've just joined PixelUp as a junior data analyst. Your first task: build the agency's creator tracking spreadsheet from scratch in Google Sheets.
| Handle | Platform | Niche |
|---|---|---|
| @ZaraPlays | YouTube | Gaming |
| @CoastlineEats | TikTok | Food |
| @TechWithTeo | YouTube | Tech Reviews |
| @StudioKai | Art & Design | |
| @RushRunners | YouTube | Fitness |
- Import the starter data file into Google Sheets
- Format numbers so they're readable
- Use
=SUM()to find total subscribers - Use
=AVERAGE()to find average monthly views - Freeze the header row
- Style the spreadsheet professionally
Import Your Data
Every analyst starts with raw data. Yours is in the starter.csv file — load it into Google Sheets now.
starter.csv file your teacher has shared with you.Format Your Data
Raw data is hard to read. Your job is to make the numbers meaningful and the sheet look professional.
This adds comma separators. 284000 becomes 284,000 — much easier to read.
SUM and AVERAGE
Add two summary rows at the bottom of your data. Use formulas — never type the answer directly.
Freeze Rows & Final Polish
Lock your headers in place and make the spreadsheet look like something you'd actually send to a client.
Going Further
Finished everything? Try this extra challenge — it uses everything you've learned today plus a new idea.
PixelUp wants to know which creator gets the most views per video/post they publish — this helps compare efficiency, not just raw numbers.
- Add a new column header in H1: "Views per Post"
- In cell H2, write a formula that divides Monthly Views by Posts This Month
- Think: which two columns hold these values? Look at your headers.
- Once H2 works, copy it down to H3:H6
- Format column H as a number with zero decimal places
- Which creator gets the most views per post? Does it surprise you?
Creator Dashboard — Built!
You've set up PixelUp's foundational creator tracking spreadsheet. Next lesson: we work out how much money each creator is actually making.
- What a computer model is and why spreadsheets are used to build them
- How to import a CSV file into Google Sheets
- How to format numbers, currencies, and decimals
- How to use
=SUM()and=AVERAGE()with cell ranges - How to freeze a header row so it stays visible while scrolling
- How to present data professionally with formatting